home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / mman.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  78 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Menu Manager Package 
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Ford Aerospace and Comm Corp.
  7. --                   : 1260 Grossman Ave  
  8. --                   : Sunnyvale, Ca. 
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1985 Ford Aerospace and Comm Corp. 
  13. -- DATE CREATED      : 
  14. -- DATE RELEASED     : April 1985 
  15. -- DATE LAST UPDATED : April 1985 
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : ROLM Ada, DG
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  20. -- CATEGORY LEVEL 2  : Menu Manager
  21. -- CATEGORY LEVEL 3  : Menu Manager 1
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : Menu
  25. -- INDEX             : Manager, Menu
  26. -- TAXONOMY          : 
  27. -- DEPENDENCIES      : 
  28. -- SEE ALSO          : WIS_TOOL_16
  29. --= FILE LISTING         ===============================================--
  30. -- FILE SPECS        : PD:<ADA.MENU>MMAN*.*
  31. -- DIRECTORY DISPLAY :
  32. -- Directory   PD:<ADA.MENU>
  33. --      File Name     Byte Count  Line Count
  34. --   ---------------  ----------  ----------
  35. --   MMAN.CMM               1546          42
  36. --   MMAN.DAT               9802          94
  37. --   MMAN.DOC             107541        2690
  38. --   MMAN.PRO               3562          75
  39. --   MMAN.SRC             175108        3973
  40. --   MMAN.TST               3469          96
  41. --   MMANDAT.DIS              37           2
  42. --   MMANDOC.ABS            2784          54
  43. --   MMANDOC.DIS              35           2
  44. --   MMANSRC.CO              506          22
  45. --   MMANTST.DIS              69           3
  46. --   ===============  ==========  ==========
  47. --    11 Files            304459        7053
  48. --= ABSTRACT             ===============================================--
  49. --         This Package allows users to create  and  modify  any  display
  50. -- menus without requiring any modification of the Menu Manager programs.
  51. -- It processes menu definitions written in a  menu  definition  language
  52. -- and residing in external files.
  53. --= REVISION HISTORY     ===============================================--
  54. --
  55. -- DATE         VERSION AUTHOR                  HISTORY 
  56. -- 04/85         1.0                            Initial Release 
  57. --= RELEASE NOTICE       ===============================================--
  58. -- This prologue must be included in all copies of this software.
  59. -- 
  60. -- This software is copyright by the author.
  61. -- 
  62. -- This software is released to the Ada community.
  63. -- This software is released to the Public Domain (note:
  64. --   software released to the Public Domain is not subject
  65. --   to copyright protection).
  66. -- Restrictions on use or distribution:  NONE
  67. --= DISCLAIMER           ===============================================--
  68. --     This software and its documentation are provided "AS IS" and
  69. -- without any expressed or implied warranties whatsoever.  No warranties
  70. -- as to performance, merchantability, or fitness for a particular
  71. -- purpose exist.
  72. --     The user is advised to test the software thoroughly before
  73. -- relying on it.  The user must assume the entire risk and liability of
  74. -- using this software.  In no event shall any person or organization of
  75. -- people be held responsible for any direct, indirect, consequential or
  76. -- inconsequential damages or lost profits.
  77. --======================================================================--
  78.